home *** CD-ROM | disk | FTP | other *** search
- function progress()
- {
- moku_b = _parent.getBytesTotal() * mantan / 100;
- progre = _parent.getBytesLoaded() / moku_b;
- now = getTimer();
- keika = now - start;
- sokudo = _parent.getBytesLoaded() / keika;
- sokudo2 = Math.ceil(sokudo * 10) / 10;
- yosou = moku_b / sokudo;
- nokori = (moku_b - _parent.getBytesLoaded()) / sokudo;
- nokori2 = Math.ceil(nokori / 1000);
- if(progre >= 1)
- {
- _parent.gotoAndPlay("start");
- }
- }
- _parent.stop();
- _soundbuftime = 0;
- engine._visible = false;
- start = getTimer();
-